chore: point topology bundle sources at plugin snippets#93
Closed
KailasMahavarkar wants to merge 1 commit intomainfrom
Closed
chore: point topology bundle sources at plugin snippets#93KailasMahavarkar wants to merge 1 commit intomainfrom
KailasMahavarkar wants to merge 1 commit intomainfrom
Conversation
… paths
Updates the `sources:` arrays in every topology bundle YAML so they reference the actual on-disk content trees instead of the deleted `corpus/*` directories.
- backend.http corpus/backend/echo -> src/plugins/echo/snippets
- backend.lang.go corpus/backend/golang -> src/plugins/golang/snippets
- backend.lang.rust corpus/backend/rust -> src/plugins/rust/snippets
- frontend.design corpus/frontend/designer -> src/plugins/designer/snippets
corpus/frontend/design-tokens -> src/plugins/design-tokens/snippets
corpus/frontend/ui-ux -> src/plugins/ui-ux/snippets
- frontend.react corpus/frontend/react -> src/plugins/react/snippets
corpus/frontend/shadcn -> src/plugins/shadcn/snippets
corpus/frontend/motion -> src/plugins/motion/snippets
corpus/frontend/lenis -> src/plugins/lenis/snippets
corpus/frontend/reactflow -> src/plugins/reactflow/snippets
- shared.system corpus/shared/system -> topology
Runtime behavior is unchanged - the engine resolves tool calls through tool_prefixes, not sources. This commit only fixes declared-path rot so the bundles describe real trees again. All 11 snippet dirs verified present.
bun run build / bun run generate:topology / hyperstack tool ... --agent frontend-builder all clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
Obsoleted by revert to a31b2ab per user direction. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the
sources:arrays in every topology bundle YAML so they reference the actual on-disk content trees instead of the deletedcorpus/*directories.Runtime behavior is unchanged - the engine resolves tool calls through
tool_prefixes, notsources. This commit only fixes declared-path rot so the bundle files describe real directories again.Test plan
hyperstack tool designer_resolve_intent --json ... --agent frontend-builder- topology enforcement still logsbundle=frontend.designand dispatches the tool